Struct BrokerMetadata
Namespace:RdKafka
Assembly:cs.temp.dll.dll
Syntax
public struct BrokerMetadata
Properties
BrokerId
Declaration
public int BrokerId { get; set; }
Returns
Type | Description |
---|---|
System.Int32 |
Host
Declaration
public string Host { get; set; }
Returns
Type | Description |
---|---|
System.String |
Port
Declaration
public int Port { get; set; }
Returns
Type | Description |
---|---|
System.Int32 |